Remove an incorrect assertion on move_it_by_lines.
authorEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2012 17:08:38 +0000 (20:08 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2012 17:08:38 +0000 (20:08 +0300)
commitaf8211739366092e1a239b7486ea33878189baa9
tree33d6ea2c09eadd60b35ec3c3a401b215ea4c7f33
parent853b93a3a2e08a88c256dd7c42e87c5a7111217c
Remove an incorrect assertion on move_it_by_lines.

 src/xdisp.c (move_it_by_lines): Remove the assertion that
 "it->current_x == 0 && it->hpos == 0" which can be legitimately
 violated when there's a before-string at the beginning of a line.
 (Bug#11063)
src/ChangeLog
src/xdisp.c